PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / setCmykFillColor Method
Cyan level.
Magenta level
Yellow level
Black level
In This Topic
    setCmykFillColor Method
    In This Topic
    Sets the current colorspace for fill operations to DeviceCMYK and sets the current CMYK color. Operator: k
    Syntax
    public void setCmykFillColor( 
       double c,
       double m,
       double y,
       double k
    )

    Parameters

    c
    Cyan level.
    m
    Magenta level
    y
    Yellow level
    k
    Black level
    See Also